home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TACCESSMODEFORM
/
TACCESSMODEFORM.txt
Wrap
Text File
|
2010-10-15
|
2KB
|
108 lines
object AccessModeForm: TAccessModeForm
Left = 316
Top = 220
HelpContext = 234
BorderStyle = bsToolWindow
Caption = 'Access Mode'
ClientHeight = 101
ClientWidth = 379
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKButton: TTntButton
Left = 221
Top = 75
Width = 75
Height = 23
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TTntButton
Left = 301
Top = 75
Width = 75
Height = 23
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
object AccessModeBox: TTntGroupBox
Left = 0
Top = 0
Width = 379
Height = 69
Align = alTop
Caption = 'Access Mode'
TabOrder = 0
object ModeLabel: TTntLabel
Left = 9
Top = 18
Width = 30
Height = 13
Caption = 'Mode:'
end
object GroupL: TTntLabel
Left = 9
Top = 44
Width = 19
Height = 13
Caption = 'List:'
end
object ModeList: TTntComboBox
Left = 64
Top = 16
Width = 305
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
OnChange = AllRadioClick
Items.Strings = (
'All accounts'
'Use account options'
'Use domain options'
'Accounts from list'
'Advanced mode')
end
object GroupEdit: TTntEdit
Left = 64
Top = 40
Width = 285
Height = 21
MaxLength = 127
TabOrder = 1
end
object SelectButton: TTntButton
Left = 348
Top = 40
Width = 21
Height = 21
Caption = '...'
TabOrder = 2
OnClick = SelectButtonClick
end
end
object ListAccountsButton: TTntButton
Left = 2
Top = 75
Width = 121
Height = 23
Caption = 'List Accounts...'
TabOrder = 3
OnClick = ListAccountsButtonClick
end
end